home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-01-24 | 956 b | 49 lines |
- # Copyright (c) 1987 Bellcore
- # All Rights Reserved
- # Permission is granted to copy or use this program, EXCEPT that it
- # may not be sold for profit, the copyright notice must be reproduced
- # on copies, and credit should be given to Bellcore where it is due.
- # BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
-
- # $Header: Makefile,v 4.1 88/06/30 16:46:51 bianchi Exp $
- # $Source: /tmp/mgrsrc/demo/mac/RCS/Makefile,v $
-
- # mac stuff
- #
- # courtesy S. D. Hawley
- #
-
- CFILES=
- HFILES =
- OTHER = Makefile mp2mgr.hqx
- START=.
- CPIO=mac.cpio
- INSROOT=/usr/mgr
- INSDIR=$(INSROOT)/bin
-
- SMALL= mp2mgr.hqx
- ALL = $(SMALL)
-
- all: $(ALL)
- @echo See `pwd` for macintosh support things.
-
- small: $(SMALL)
-
- fast:
-
- install: all
-
- smallinstall:
-
- clean:
-
- clobber:
-
- list:
- @for i in ${CFILES} ${HFILES} ${OTHER}; do \
- echo "${START}/$$i"; \
- done
-
- cpio:
- make -s list | cpio -ocv > ${CPIO}
-